Boolean[][…] = … (gb)

Dim hBooleanArray As Boolean[]
Dim aBoolean As Boolean
hBooleanArray [ Index As Integer, ... ] = aBoolean

Modifies the value stored in the array at the specified index.